net/http.http2serverConn.doneServing (field)
12 uses
	net/http (current package)
		h2_bundle.go#L4287: 		doneServing:                 make(chan struct{}),
		h2_bundle.go#L4431: 	doneServing      chan struct{}               // closed when serverConn.serve ends
		h2_bundle.go#L4694: 		case <-sc.doneServing:
		h2_bundle.go#L4699: 		case <-sc.doneServing:
		h2_bundle.go#L4765: 	defer close(sc.doneServing) // unblocks handlers trying to send
		h2_bundle.go#L4912: 	case <-sc.doneServing:
		h2_bundle.go#L4978: 	case <-sc.doneServing:
		h2_bundle.go#L5014: 	case <-sc.doneServing:
		h2_bundle.go#L6287: 		case <-sc.doneServing:
		h2_bundle.go#L6319: 		case <-sc.doneServing:
		h2_bundle.go#L6965: 	case <-sc.doneServing:
		h2_bundle.go#L6973: 	case <-sc.doneServing:
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |